DataSource Property (DbConnectionWrap<TInnerConnection,TInnerCommand,TInnerParameter>)
In This Topic
Gets the name of the database server to which to connect.
Syntax
'Declaration
Public Overrides ReadOnly Property DataSource As String
public override string DataSource {get;}
See Also